Html Css Color HEX #38E1ED Turquoise

📋 copy color: '#38E1ED'

red 56 ◦ green 225 ◦ blue 237

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

Shades of Turquoise #38E1ED

Tints of Turquoise #38E1ED

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.44%

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 10.81%
G = 43.44%
B = 45.75%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#38E1ED (or 0x38E1ED) is known color: Turquoise. HEX triplet: 38, E1 and ED. RGB value is (56,225,237). Sum of RGB (Red+Green+Blue) = 56+225+237=518 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.81% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #38E1ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38E1ED is #C71E12. Grayscale: #AFAFAF. Windows color (decimal): -13049363 or 15589688. OLE color: 15589688.

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

Color convert

RGB 56 225 237 -
CMYK 0.76 0.05 0 0.07
HSL 183.98º 0.83% 0.57% -
HSV(B) 183.98º 0.76% 0.93% -
XYZ 43.84 60.81 89.55 -
YUV 175.84 162.51 42.52 -
System Red Green Blue C M Y K H S L
Decimal 56 225 237 0.76 0.05 0 0.07 183.98 0.83 0.57
Hex 38 E1 ED 4C 5 0 7 B8 53 39
Octal 70 341 355 114 5 0 7 270 123 71
Binary 111000 11100001 11101101 1001100 101 0 111 10111000 1010011 111001

Color Harmonies of #38E1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E1ED

Black with #38E1ED

Text Example


Text Example

White with #38E1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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