Html Css Color HEX #38F2EF Turquoise

📋 copy color: '#38F2EF'

red 56 ◦ green 242 ◦ blue 239

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

Shades of Turquoise #38F2EF

Tints of Turquoise #38F2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.51%

R = 10.43%
G = 45.07%
B = 44.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#38F2EF (or 0x38F2EF) is known color: Turquoise. HEX triplet: 38, F2 and EF. RGB value is (56,242,239). Sum of RGB (Red+Green+Blue) = 56+242+239=537 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.43% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #38F2EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F2EF is #C70D10. Grayscale: #B9B9B9. Windows color (decimal): -13045009 or 15725112. OLE color: 15725112.

HSL color Cylindrical-coordinate representation of color #38F2EF: hue angle of 179.03º 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 #38F2EF is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 242 239 -
CMYK 0.77 0 0.01 0.05
HSL 179.03º 0.88% 0.58% -
HSV(B) 179.03º 0.77% 0.95% -
XYZ 48.96 70.58 92.7 -
YUV 186.04 157.88 35.24 -
System Red Green Blue C M Y K H S L
Decimal 56 242 239 0.77 0 0.01 0.05 179.03 0.88 0.58
Hex 38 F2 EF 4D 0 1 5 B3 58 3A
Octal 70 362 357 115 0 1 5 263 130 72
Binary 111000 11110010 11101111 1001101 0 1 101 10110011 1011000 111010

Color Harmonies of #38F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F2EF

Black with #38F2EF

Text Example


Text Example

White with #38F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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