Html Css Color HEX #38FCCC Turquoise

📋 copy color: '#38FCCC'

red 56 ◦ green 252 ◦ blue 204

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

Shades of Turquoise #38FCCC

Tints of Turquoise #38FCCC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.22%

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 10.94%
G = 49.22%
B = 39.84%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#38FCCC (or 0x38FCCC) is known color: Turquoise. HEX triplet: 38, FC and CC. RGB value is (56,252,204). Sum of RGB (Red+Green+Blue) = 56+252+204=512 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.94% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #38FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FCCC is #C70333. Grayscale: #BBBBBB. Windows color (decimal): -13042484 or 13433912. OLE color: 13433912.

HSL color Cylindrical-coordinate representation of color #38FCCC: hue angle of 165.31º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FCCC is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 252 204 -
CMYK 0.78 0 0.19 0.01
HSL 165.31º 0.97% 0.6% -
HSV(B) 165.31º 0.78% 0.99% -
XYZ 47.34 74.82 69.07 -
YUV 187.92 137.07 33.9 -
System Red Green Blue C M Y K H S L
Decimal 56 252 204 0.78 0 0.19 0.01 165.31 0.97 0.6
Hex 38 FC CC 4E 0 13 1 A5 61 3C
Octal 70 374 314 116 0 23 1 245 141 74
Binary 111000 11111100 11001100 1001110 0 10011 1 10100101 1100001 111100

Color Harmonies of #38FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FCCC

Black with #38FCCC

Text Example


Text Example

White with #38FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,252,204); }

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

background-color css

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

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

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

border-color css

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

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

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