Html Css Color HEX #38F3E9 Turquoise

📋 copy color: '#38F3E9'

red 56 ◦ green 243 ◦ blue 233

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

Shades of Turquoise #38F3E9

Tints of Turquoise #38F3E9

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.68%

 BLUE value IS 233 (91.41% from 255) = 43.8%

R = 10.53%
G = 45.68%
B = 43.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#38F3E9 (or 0x38F3E9) is known color: Turquoise. HEX triplet: 38, F3 and E9. RGB value is (56,243,233). Sum of RGB (Red+Green+Blue) = 56+243+233=532 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.53% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #38F3E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F3E9 is #C70C16. Grayscale: #B9B9B9. Windows color (decimal): -13044759 or 15332152. OLE color: 15332152.

HSL color Cylindrical-coordinate representation of color #38F3E9: hue angle of 176.79º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F3E9 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 243 233 -
CMYK 0.77 0 0.04 0.05
HSL 176.79º 0.89% 0.59% -
HSV(B) 176.79º 0.77% 0.95% -
XYZ 48.39 70.83 88.21 -
YUV 185.95 154.55 35.31 -
System Red Green Blue C M Y K H S L
Decimal 56 243 233 0.77 0 0.04 0.05 176.79 0.89 0.59
Hex 38 F3 E9 4D 0 4 5 B1 59 3B
Octal 70 363 351 115 0 4 5 261 131 73
Binary 111000 11110011 11101001 1001101 0 100 101 10110001 1011001 111011

Color Harmonies of #38F3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F3E9

Black with #38F3E9

Text Example


Text Example

White with #38F3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,243,233); }

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

background-color css

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

 a { background-color: rgb(56,243,233); }

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

border-color css

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

 span { border-color: rgb(56,243,233); }

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