Html Css Color HEX #38CBCB Medium Turquoise

📋 copy color: '#38CBCB'

red 56 ◦ green 203 ◦ blue 203

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

Shades of Medium Turquoise #38CBCB

Tints of Medium Turquoise #38CBCB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.94%

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 12.12%
G = 43.94%
B = 43.94%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#38CBCB (or 0x38CBCB) is known color: Medium Turquoise. HEX triplet: 38, CB and CB. RGB value is (56,203,203). Sum of RGB (Red+Green+Blue) = 56+203+203=462 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.12% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #38CBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CBCB is #C73434. Grayscale: #9E9E9E. Windows color (decimal): -13055029 or 13355832. OLE color: 13355832.

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

Color convert

RGB 56 203 203 -
CMYK 0.72 0 0 0.20
HSL 180º 0.59% 0.51% -
HSV(B) 180º 0.72% 0.8% -
XYZ 33.77 47.86 63.96 -
YUV 159.05 152.8 54.5 -
System Red Green Blue C M Y K H S L
Decimal 56 203 203 0.72 0 0 0.20 180 0.59 0.51
Hex 38 CB CB 48 0 0 14 B4 3B 33
Octal 70 313 313 110 0 0 24 264 73 63
Binary 111000 11001011 11001011 1001000 0 0 10100 10110100 111011 110011

Color Harmonies of #38CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CBCB

Black with #38CBCB

Text Example


Text Example

White with #38CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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