Html Css Color HEX #38CED8 Medium Turquoise

📋 copy color: '#38CED8'

red 56 ◦ green 206 ◦ blue 216

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

Shades of Medium Turquoise #38CED8

Tints of Medium Turquoise #38CED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.19%

R = 11.72%
G = 43.1%
B = 45.19%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#38CED8 (or 0x38CED8) is known color: Medium Turquoise. HEX triplet: 38, CE and D8. RGB value is (56,206,216). Sum of RGB (Red+Green+Blue) = 56+206+216=478 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.72% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 216 - color contains mainly: blue. Hex color #38CED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CED8 is #C73127. Grayscale: #A2A2A2. Windows color (decimal): -13054248 or 14208568. OLE color: 14208568.

HSL color Cylindrical-coordinate representation of color #38CED8: hue angle of 183.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38CED8 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 206 216 -
CMYK 0.74 0.05 0 0.15
HSL 183.75º 0.67% 0.53% -
HSV(B) 183.75º 0.74% 0.85% -
XYZ 36.1 49.94 72.7 -
YUV 162.29 158.31 52.19 -
System Red Green Blue C M Y K H S L
Decimal 56 206 216 0.74 0.05 0 0.15 183.75 0.67 0.53
Hex 38 CE D8 4A 5 0 F B8 43 35
Octal 70 316 330 112 5 0 17 270 103 65
Binary 111000 11001110 11011000 1001010 101 0 1111 10111000 1000011 110101

Color Harmonies of #38CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CED8

Black with #38CED8

Text Example


Text Example

White with #38CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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