Html Css Color HEX #38F1E5 Turquoise

📋 copy color: '#38F1E5'

red 56 ◦ green 241 ◦ blue 229

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

Shades of Turquoise #38F1E5

Tints of Turquoise #38F1E5

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.82%

 BLUE value IS 229 (89.84% from 255) = 43.54%

R = 10.65%
G = 45.82%
B = 43.54%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#38F1E5 (or 0x38F1E5) is known color: Turquoise. HEX triplet: 38, F1 and E5. RGB value is (56,241,229). Sum of RGB (Red+Green+Blue) = 56+241+229=526 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.65% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #38F1E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F1E5 is #C70E1A. Grayscale: #B8B8B8. Windows color (decimal): -13045275 or 15069496. OLE color: 15069496.

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

Color convert

RGB 56 241 229 -
CMYK 0.77 0 0.05 0.05
HSL 176.11º 0.87% 0.58% -
HSV(B) 176.11º 0.77% 0.95% -
XYZ 47.23 69.41 85.04 -
YUV 184.32 153.21 36.48 -
System Red Green Blue C M Y K H S L
Decimal 56 241 229 0.77 0 0.05 0.05 176.11 0.87 0.58
Hex 38 F1 E5 4D 0 5 5 B0 57 3A
Octal 70 361 345 115 0 5 5 260 127 72
Binary 111000 11110001 11100101 1001101 0 101 101 10110000 1010111 111010

Color Harmonies of #38F1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F1E5

Black with #38F1E5

Text Example


Text Example

White with #38F1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,241,229); }

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

background-color css

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

 a { background-color: rgb(56,241,229); }

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

border-color css

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

 span { border-color: rgb(56,241,229); }

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