Html Css Color HEX #38CED5 Medium Turquoise

📋 copy color: '#38CED5'

red 56 ◦ green 206 ◦ blue 213

#38CED5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #38CED5

Tints of Medium Turquoise #38CED5

RGB

 RED value IS 56 (22.27% from 255) = 11.79%

 GREEN value IS 206 (80.86% from 255) = 43.37%

 BLUE value IS 213 (83.59% from 255) = 44.84%

R = 11.79%
G = 43.37%
B = 44.84%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38CED5 (or 0x38CED5) is known color: Medium Turquoise. HEX triplet: 38, CE and D5. RGB value is (56,206,213). Sum of RGB (Red+Green+Blue) = 56+206+213=475 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.79% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #38CED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CED5 is #C7312A. Grayscale: #A1A1A1. Windows color (decimal): -13054251 or 14011960. OLE color: 14011960.

HSL color Cylindrical-coordinate representation of color #38CED5: hue angle of 182.68º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38CED5 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 206 213 -
CMYK 0.74 0.03 0 0.16
HSL 182.68º 0.65% 0.53% -
HSV(B) 182.68º 0.74% 0.84% -
XYZ 35.71 49.79 70.68 -
YUV 161.95 156.81 52.43 -
System Red Green Blue C M Y K H S L
Decimal 56 206 213 0.74 0.03 0 0.16 182.68 0.65 0.53
Hex 38 CE D5 4A 3 0 10 B7 41 35
Octal 70 316 325 112 3 0 20 267 101 65
Binary 111000 11001110 11010101 1001010 11 0 10000 10110111 1000001 110101

Color Harmonies of #38CED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CED5

Black with #38CED5

Text Example


Text Example

White with #38CED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38CED5; }

 p { color: rgb(56,206,213); }

 H1.HeaderClassName
 {
   color: #38CED5;
 }
 .AnyTagClassName
 {
   color: #38CED5;
 }
</style>

background-color css

<style>
 a { background-color: #38CED5; }

 a { background-color: rgb(56,206,213); }

 div.DivClassName
 {
   background-color: #38CED5;
 }
 .BgClassName
 {
   background-color: #38CED5;
 }
</style>

border-color css

<style>
 span { border-color: #38CED5; }

 span { border-color: rgb(56,206,213); }

 td.TdClassName
 {
   border-color: #38CED5;
 }
 .TagClassName
 {
   border-color: #38CED5;
 }
</style>