Html Css Color HEX #38EAED Turquoise

📋 copy color: '#38EAED'

red 56 ◦ green 234 ◦ blue 237

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

Shades of Turquoise #38EAED

Tints of Turquoise #38EAED

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.4%

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

R = 10.63%
G = 44.4%
B = 44.97%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#38EAED (or 0x38EAED) is known color: Turquoise. HEX triplet: 38, EA and ED. RGB value is (56,234,237). Sum of RGB (Red+Green+Blue) = 56+234+237=527 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.63% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #38EAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38EAED is #C71512. Grayscale: #B4B4B4. Windows color (decimal): -13047059 or 15591992. OLE color: 15591992.

HSL color Cylindrical-coordinate representation of color #38EAED: hue angle of 180.99º 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 #38EAED is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 234 237 -
CMYK 0.76 0.01 0 0.07
HSL 180.99º 0.83% 0.57% -
HSV(B) 180.99º 0.76% 0.93% -
XYZ 46.34 65.8 90.38 -
YUV 181.12 159.53 38.76 -
System Red Green Blue C M Y K H S L
Decimal 56 234 237 0.76 0.01 0 0.07 180.99 0.83 0.57
Hex 38 EA ED 4C 1 0 7 B5 53 39
Octal 70 352 355 114 1 0 7 265 123 71
Binary 111000 11101010 11101101 1001100 1 0 111 10110101 1010011 111001

Color Harmonies of #38EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EAED

Black with #38EAED

Text Example


Text Example

White with #38EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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