Html Css Color HEX #38CAB8 Medium Turquoise

📋 copy color: '#38CAB8'

red 56 ◦ green 202 ◦ blue 184

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

Shades of Medium Turquoise #38CAB8

Tints of Medium Turquoise #38CAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.63%

R = 12.67%
G = 45.7%
B = 41.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#38CAB8 (or 0x38CAB8) is known color: Medium Turquoise. HEX triplet: 38, CA and B8. RGB value is (56,202,184). Sum of RGB (Red+Green+Blue) = 56+202+184=442 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.67% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #38CAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CAB8 is #C73547. Grayscale: #9C9C9C. Windows color (decimal): -13055304 or 12110392. OLE color: 12110392.

HSL color Cylindrical-coordinate representation of color #38CAB8: hue angle of 172.6º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CAB8 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 202 184 -
CMYK 0.72 0 0.09 0.21
HSL 172.6º 0.58% 0.51% -
HSV(B) 172.6º 0.72% 0.79% -
XYZ 31.4 46.54 52.68 -
YUV 156.29 143.63 56.46 -
System Red Green Blue C M Y K H S L
Decimal 56 202 184 0.72 0 0.09 0.21 172.6 0.58 0.51
Hex 38 CA B8 48 0 9 15 AD 3A 33
Octal 70 312 270 110 0 11 25 255 72 63
Binary 111000 11001010 10111000 1001000 0 1001 10101 10101101 111010 110011

Color Harmonies of #38CAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CAB8

Black with #38CAB8

Text Example


Text Example

White with #38CAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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