Html Css Color HEX #38F2CC Turquoise

📋 copy color: '#38F2CC'

red 56 ◦ green 242 ◦ blue 204

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

Shades of Turquoise #38F2CC

Tints of Turquoise #38F2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.21%

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

R = 11.16%
G = 48.21%
B = 40.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#38F2CC (or 0x38F2CC) is known color: Turquoise. HEX triplet: 38, F2 and CC. RGB value is (56,242,204). Sum of RGB (Red+Green+Blue) = 56+242+204=502 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.16% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #38F2CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F2CC is #C70D33. Grayscale: #B6B6B6. Windows color (decimal): -13045044 or 13431352. OLE color: 13431352.

HSL color Cylindrical-coordinate representation of color #38F2CC: hue angle of 167.74º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F2CC is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 242 204 -
CMYK 0.77 0 0.16 0.05
HSL 167.74º 0.88% 0.58% -
HSV(B) 167.74º 0.77% 0.95% -
XYZ 44.28 68.7 68.05 -
YUV 182.05 140.38 38.09 -
System Red Green Blue C M Y K H S L
Decimal 56 242 204 0.77 0 0.16 0.05 167.74 0.88 0.58
Hex 38 F2 CC 4D 0 10 5 A8 58 3A
Octal 70 362 314 115 0 20 5 250 130 72
Binary 111000 11110010 11001100 1001101 0 10000 101 10101000 1011000 111010

Color Harmonies of #38F2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F2CC

Black with #38F2CC

Text Example


Text Example

White with #38F2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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