Html Css Color HEX #38CAB7 Medium Turquoise

📋 copy color: '#38CAB7'

red 56 ◦ green 202 ◦ blue 183

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

Shades of Medium Turquoise #38CAB7

Tints of Medium Turquoise #38CAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 12.7%
G = 45.8%
B = 41.5%

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

#38CAB7 (or 0x38CAB7) is known color: Medium Turquoise. HEX triplet: 38, CA and B7. RGB value is (56,202,183). Sum of RGB (Red+Green+Blue) = 56+202+183=441 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.70% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #38CAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CAB7 is #C73548. Grayscale: #9C9C9C. Windows color (decimal): -13055305 or 12044856. OLE color: 12044856.

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

Color convert

RGB 56 202 183 -
CMYK 0.72 0 0.09 0.21
HSL 172.19º 0.58% 0.51% -
HSV(B) 172.19º 0.72% 0.79% -
XYZ 31.3 46.5 52.13 -
YUV 156.18 143.13 56.54 -
System Red Green Blue C M Y K H S L
Decimal 56 202 183 0.72 0 0.09 0.21 172.19 0.58 0.51
Hex 38 CA B7 48 0 9 15 AC 3A 33
Octal 70 312 267 110 0 11 25 254 72 63
Binary 111000 11001010 10110111 1001000 0 1001 10101 10101100 111010 110011

Color Harmonies of #38CAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CAB7

Black with #38CAB7

Text Example


Text Example

White with #38CAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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