Html Css Color HEX #38E8F8 Turquoise

📋 copy color: '#38E8F8'

red 56 ◦ green 232 ◦ blue 248

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

Shades of Turquoise #38E8F8

Tints of Turquoise #38E8F8

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.28%

 BLUE value IS 248 (97.27% from 255) = 46.27%

R = 10.45%
G = 43.28%
B = 46.27%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#38E8F8 (or 0x38E8F8) is known color: Turquoise. HEX triplet: 38, E8 and F8. RGB value is (56,232,248). Sum of RGB (Red+Green+Blue) = 56+232+248=536 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.45% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #38E8F8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38E8F8 is #C71707. Grayscale: #B4B4B4. Windows color (decimal): -13047560 or 16312376. OLE color: 16312376.

HSL color Cylindrical-coordinate representation of color #38E8F8: hue angle of 185º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38E8F8 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 232 248 -
CMYK 0.77 0.06 0 0.03
HSL 185º 0.93% 0.6% -
HSV(B) 185º 0.77% 0.97% -
XYZ 47.43 65.33 98.92 -
YUV 181.2 165.69 38.7 -
System Red Green Blue C M Y K H S L
Decimal 56 232 248 0.77 0.06 0 0.03 185 0.93 0.6
Hex 38 E8 F8 4D 6 0 3 B9 5D 3C
Octal 70 350 370 115 6 0 3 271 135 74
Binary 111000 11101000 11111000 1001101 110 0 11 10111001 1011101 111100

Color Harmonies of #38E8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E8F8

Black with #38E8F8

Text Example


Text Example

White with #38E8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,232,248); }

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

background-color css

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

 a { background-color: rgb(56,232,248); }

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

border-color css

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

 span { border-color: rgb(56,232,248); }

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