Html Css Color HEX #38EAEB Turquoise

📋 copy color: '#38EAEB'

red 56 ◦ green 234 ◦ blue 235

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

Shades of Turquoise #38EAEB

Tints of Turquoise #38EAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 10.67%
G = 44.57%
B = 44.76%

CMYK

 C value IS 0.76

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#38EAEB (or 0x38EAEB) is known color: Turquoise. HEX triplet: 38, EA and EB. RGB value is (56,234,235). Sum of RGB (Red+Green+Blue) = 56+234+235=525 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.67% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #38EAEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38EAEB is #C71514. Grayscale: #B4B4B4. Windows color (decimal): -13047061 or 15460920. OLE color: 15460920.

HSL color Cylindrical-coordinate representation of color #38EAEB: hue angle of 180.34º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EAEB is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 234 235 -
CMYK 0.76 0.00 0 0.08
HSL 180.34º 0.82% 0.57% -
HSV(B) 180.34º 0.76% 0.92% -
XYZ 46.05 65.68 88.85 -
YUV 180.89 158.53 38.92 -
System Red Green Blue C M Y K H S L
Decimal 56 234 235 0.76 0.00 0 0.08 180.34 0.82 0.57
Hex 38 EA EB 4C 0 0 8 B4 52 39
Octal 70 352 353 114 0 0 10 264 122 71
Binary 111000 11101010 11101011 1001100 0 0 1000 10110100 1010010 111001

Color Harmonies of #38EAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EAEB

Black with #38EAEB

Text Example


Text Example

White with #38EAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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