Html Css Color HEX #38EEE1 Turquoise

📋 copy color: '#38EEE1'

red 56 ◦ green 238 ◦ blue 225

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

Shades of Turquoise #38EEE1

Tints of Turquoise #38EEE1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.86%

 BLUE value IS 225 (88.28% from 255) = 43.35%

R = 10.79%
G = 45.86%
B = 43.35%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#38EEE1 (or 0x38EEE1) is known color: Turquoise. HEX triplet: 38, EE and E1. RGB value is (56,238,225). Sum of RGB (Red+Green+Blue) = 56+238+225=519 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.79% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #38EEE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EEE1 is #C7111E. Grayscale: #B5B5B5. Windows color (decimal): -13046047 or 14806584. OLE color: 14806584.

HSL color Cylindrical-coordinate representation of color #38EEE1: hue angle of 175.71º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EEE1 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 238 225 -
CMYK 0.76 0 0.05 0.07
HSL 175.71º 0.84% 0.58% -
HSV(B) 175.71º 0.76% 0.93% -
XYZ 45.8 67.43 81.84 -
YUV 182.1 152.2 38.06 -
System Red Green Blue C M Y K H S L
Decimal 56 238 225 0.76 0 0.05 0.07 175.71 0.84 0.58
Hex 38 EE E1 4C 0 5 7 B0 54 3A
Octal 70 356 341 114 0 5 7 260 124 72
Binary 111000 11101110 11100001 1001100 0 101 111 10110000 1010100 111010

Color Harmonies of #38EEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EEE1

Black with #38EEE1

Text Example


Text Example

White with #38EEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,238,225); }

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

background-color css

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

 a { background-color: rgb(56,238,225); }

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

border-color css

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

 span { border-color: rgb(56,238,225); }

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