Html Css Color HEX #38EAF2 Turquoise

📋 copy color: '#38EAF2'

red 56 ◦ green 234 ◦ blue 242

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

Shades of Turquoise #38EAF2

Tints of Turquoise #38EAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.98%

 BLUE value IS 242 (94.92% from 255) = 45.49%

R = 10.53%
G = 43.98%
B = 45.49%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#38EAF2 (or 0x38EAF2) is known color: Turquoise. HEX triplet: 38, EA and F2. RGB value is (56,234,242). Sum of RGB (Red+Green+Blue) = 56+234+242=532 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.53% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #38EAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38EAF2 is #C7150D. Grayscale: #B5B5B5. Windows color (decimal): -13047054 or 15919672. OLE color: 15919672.

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

Color convert

RGB 56 234 242 -
CMYK 0.77 0.03 0 0.05
HSL 182.58º 0.88% 0.58% -
HSV(B) 182.58º 0.77% 0.95% -
XYZ 47.08 66.1 94.28 -
YUV 181.69 162.03 38.35 -
System Red Green Blue C M Y K H S L
Decimal 56 234 242 0.77 0.03 0 0.05 182.58 0.88 0.58
Hex 38 EA F2 4D 3 0 5 B7 58 3A
Octal 70 352 362 115 3 0 5 267 130 72
Binary 111000 11101010 11110010 1001101 11 0 101 10110111 1011000 111010

Color Harmonies of #38EAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EAF2

Black with #38EAF2

Text Example


Text Example

White with #38EAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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