Html Css Color HEX #38EEE3 Turquoise

📋 copy color: '#38EEE3'

red 56 ◦ green 238 ◦ blue 227

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

Shades of Turquoise #38EEE3

Tints of Turquoise #38EEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.57%

R = 10.75%
G = 45.68%
B = 43.57%

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

#38EEE3 (or 0x38EEE3) is known color: Turquoise. HEX triplet: 38, EE and E3. RGB value is (56,238,227). Sum of RGB (Red+Green+Blue) = 56+238+227=521 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.75% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #38EEE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EEE3 is #C7111C. Grayscale: #B6B6B6. Windows color (decimal): -13046045 or 14937656. OLE color: 14937656.

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

Color convert

RGB 56 238 227 -
CMYK 0.76 0 0.05 0.07
HSL 176.37º 0.84% 0.58% -
HSV(B) 176.37º 0.76% 0.93% -
XYZ 46.07 67.54 83.28 -
YUV 182.33 153.2 37.89 -
System Red Green Blue C M Y K H S L
Decimal 56 238 227 0.76 0 0.05 0.07 176.37 0.84 0.58
Hex 38 EE E3 4C 0 5 7 B0 54 3A
Octal 70 356 343 114 0 5 7 260 124 72
Binary 111000 11101110 11100011 1001100 0 101 111 10110000 1010100 111010

Color Harmonies of #38EEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EEE3

Black with #38EEE3

Text Example


Text Example

White with #38EEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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