Html Css Color HEX #38CECE Medium Turquoise

📋 copy color: '#38CECE'

red 56 ◦ green 206 ◦ blue 206

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

Shades of Medium Turquoise #38CECE

Tints of Medium Turquoise #38CECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 11.97%
G = 44.02%
B = 44.02%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#38CECE (or 0x38CECE) is known color: Medium Turquoise. HEX triplet: 38, CE and CE. RGB value is (56,206,206). Sum of RGB (Red+Green+Blue) = 56+206+206=468 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.97% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #38CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CECE is #C73131. Grayscale: #A1A1A1. Windows color (decimal): -13054258 or 13553208. OLE color: 13553208.

HSL color Cylindrical-coordinate representation of color #38CECE: hue angle of 180º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CECE is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 206 206 -
CMYK 0.73 0 0 0.19
HSL 180º 0.6% 0.51% -
HSV(B) 180º 0.73% 0.81% -
XYZ 34.84 49.44 66.1 -
YUV 161.15 153.31 53 -
System Red Green Blue C M Y K H S L
Decimal 56 206 206 0.73 0 0 0.19 180 0.6 0.51
Hex 38 CE CE 49 0 0 13 B4 3C 33
Octal 70 316 316 111 0 0 23 264 74 63
Binary 111000 11001110 11001110 1001001 0 0 10011 10110100 111100 110011

Color Harmonies of #38CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CECE

Black with #38CECE

Text Example


Text Example

White with #38CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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