Html Css Color HEX #38FADF Turquoise

📋 copy color: '#38FADF'

red 56 ◦ green 250 ◦ blue 223

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

Shades of Turquoise #38FADF

Tints of Turquoise #38FADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.26%

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 10.59%
G = 47.26%
B = 42.16%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#38FADF (or 0x38FADF) is known color: Turquoise. HEX triplet: 38, FA and DF. RGB value is (56,250,223). Sum of RGB (Red+Green+Blue) = 56+250+223=529 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.59% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #38FADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FADF is #C70520. Grayscale: #BCBCBC. Windows color (decimal): -13042977 or 14678584. OLE color: 14678584.

HSL color Cylindrical-coordinate representation of color #38FADF: hue angle of 171.65º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FADF is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 250 223 -
CMYK 0.78 0 0.11 0.02
HSL 171.65º 0.95% 0.6% -
HSV(B) 171.65º 0.78% 0.98% -
XYZ 49.14 74.54 81.61 -
YUV 188.92 147.23 33.2 -
System Red Green Blue C M Y K H S L
Decimal 56 250 223 0.78 0 0.11 0.02 171.65 0.95 0.6
Hex 38 FA DF 4E 0 B 2 AC 5F 3C
Octal 70 372 337 116 0 13 2 254 137 74
Binary 111000 11111010 11011111 1001110 0 1011 10 10101100 1011111 111100

Color Harmonies of #38FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FADF

Black with #38FADF

Text Example


Text Example

White with #38FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,250,223); }

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

background-color css

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

 a { background-color: rgb(56,250,223); }

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

border-color css

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

 span { border-color: rgb(56,250,223); }

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