#38E8FF

Color #38E8FF Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #38E8FF

Tints of Turquoise #38E8FF

Color information

#38E8FF (or 0x38E8FF) is unknown color: approx Turquoise. HEX triplet: 38, E8 and FF. RGB value is (56,232,255). Sum of RGB (Red+Green+Blue) = 56+232+255=543 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.31% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #38E8FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38E8FF is #C71700. Grayscale: #B5B5B5. Windows color (decimal): -13047553 or 16771128. OLE color: 16771128.

HSL color Cylindrical-coordinate representation of color #38E8FF: hue angle of 186.93º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38E8FF is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB56232255-
CMYK0.780.0900
HSL186.93º100%60.98%-
HSV(B)186.93º78.04%100%-
XYZ48.5465.77104.75-
YUV182169.1938.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.31%
GREEN value IS 232 (91.02% from 255) = 42.73%
BLUE value IS 255 (100% from 255) = 46.96%
R=10.31%
G=42.73%
B=46.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal562322550.780.0900186.9310060.98
Hex38E8FF4E900bb643d
Octal70350377116110027314475
Binary11100011101000111111111001110100100101110111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38E8FF;
 }
 .AnyTagClassName
 {
   color: #38E8FF;
 }
</style>
background-color css

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

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

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

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

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

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