#38F2FF

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

Shades of Turquoise #38F2FF

Tints of Turquoise #38F2FF

Color information

#38F2FF (or 0x38F2FF) is unknown color: approx Turquoise. HEX triplet: 38, F2 and FF. RGB value is (56,242,255). Sum of RGB (Red+Green+Blue) = 56+242+255=553 (73% of max value = 765). Red value is 56 (22.27% from 255 or 10.13% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #38F2FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F2FF is #C70D00. Grayscale: #BBBBBB. Windows color (decimal): -13044993 or 16773688. OLE color: 16773688.

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

Color convert

RGB56242255-
CMYK0.780.0500
HSL183.92º100%60.98%-
HSV(B)183.92º78.04%100%-
XYZ51.4371.57105.71-
YUV187.87165.8833.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.13%
GREEN value IS 242 (94.92% from 255) = 43.76%
BLUE value IS 255 (100% from 255) = 46.11%
R=10.13%
G=43.76%
B=46.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal562422550.780.0500183.9210060.98
Hex38F2FF4E500b8643d
Octal7036237711650027014475
Binary1110001111001011111111100111010100101110001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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