Html Css Color HEX #38CACE Medium Turquoise

📋 copy color: '#38CACE'

red 56 ◦ green 202 ◦ blue 206

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

Shades of Medium Turquoise #38CACE

Tints of Medium Turquoise #38CACE

RGB

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

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

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

R = 12.07%
G = 43.53%
B = 44.4%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#38CACE (or 0x38CACE) is known color: Medium Turquoise. HEX triplet: 38, CA and CE. RGB value is (56,202,206). Sum of RGB (Red+Green+Blue) = 56+202+206=464 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.07% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #38CACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CACE is #C73531. Grayscale: #9E9E9E. Windows color (decimal): -13055282 or 13552184. OLE color: 13552184.

HSL color Cylindrical-coordinate representation of color #38CACE: hue angle of 181.6º 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 #38CACE is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 202 206 -
CMYK 0.73 0.02 0 0.19
HSL 181.6º 0.6% 0.51% -
HSV(B) 181.6º 0.73% 0.81% -
XYZ 33.89 47.54 65.78 -
YUV 158.8 154.63 54.67 -
System Red Green Blue C M Y K H S L
Decimal 56 202 206 0.73 0.02 0 0.19 181.6 0.6 0.51
Hex 38 CA CE 49 2 0 13 B6 3C 33
Octal 70 312 316 111 2 0 23 266 74 63
Binary 111000 11001010 11001110 1001001 10 0 10011 10110110 111100 110011

Color Harmonies of #38CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CACE

Black with #38CACE

Text Example


Text Example

White with #38CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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