Html Css Color HEX #38CACB Medium Turquoise

📋 copy color: '#38CACB'

red 56 ◦ green 202 ◦ blue 203

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

Shades of Medium Turquoise #38CACB

Tints of Medium Turquoise #38CACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.82%

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

R = 12.15%
G = 43.82%
B = 44.03%

CMYK

 C value IS 0.72

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#38CACB (or 0x38CACB) is known color: Medium Turquoise. HEX triplet: 38, CA and CB. RGB value is (56,202,203). Sum of RGB (Red+Green+Blue) = 56+202+203=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #38CACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CACB is #C73534. Grayscale: #9E9E9E. Windows color (decimal): -13055285 or 13355576. OLE color: 13355576.

HSL color Cylindrical-coordinate representation of color #38CACB: hue angle of 180.41º 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 #38CACB is Cyan = 0.72, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 202 203 -
CMYK 0.72 0.00 0 0.20
HSL 180.41º 0.59% 0.51% -
HSV(B) 180.41º 0.72% 0.8% -
XYZ 33.53 47.39 63.88 -
YUV 158.46 153.13 54.92 -
System Red Green Blue C M Y K H S L
Decimal 56 202 203 0.72 0.00 0 0.20 180.41 0.59 0.51
Hex 38 CA CB 48 0 0 14 B4 3B 33
Octal 70 312 313 110 0 0 24 264 73 63
Binary 111000 11001010 11001011 1001000 0 0 10100 10110100 111011 110011

Color Harmonies of #38CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CACB

Black with #38CACB

Text Example


Text Example

White with #38CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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